home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / PDPRunner.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  418 b   |  15 lines  |  [TEXT/KAHL]

  1.  
  2. /* PDPRunner.c */
  3. int CycleProcess(WindowPtr);
  4. int FetchInstruction(PDPRegHdl, PDPMemHdl);
  5. int ExecuteInstruction(PDPRegHdl, PDPMemHdl);
  6. int DecodeExplicit(Byte, PDPRegHdl, PDPMemHdl);
  7. int DecodeImplicit(int, Byte, PDPRegHdl);
  8. int RotateAndLink(PDPRegHdl, Byte);
  9. int RunPDP(WindowPtr);
  10. int StepPDP(WindowPtr);
  11. int StopPDP(WindowPtr);
  12. int ResetPDP(WindowPtr);
  13. int ResumePDP(WindowPtr);
  14. int ShowProcessError(int, int);
  15.